CxNoteEditor Object

The CxNoteEditor object is a dialog box-based editor for the Note Service (NOTE). Declare the object using the following code:

CreateObject("CxEditors.CxNoteEditor")

Each method in this document will assume you have declared and connected the CxNoteEditor object using the following code:

Dim NoteEditor

Set NoteEditor = CreateObject("CxEditors.CxNoteEditor")

NoteEditor.Connect("CYGDEMO.Note")


More: